powered by
Functions to find optimal selection fractions given cost.
optselection(cost,d=0,G=NULL,cross) optselection.bc(cost,d=0,G=NULL) optselection.f2(cost,d=0,G=NULL)
The optimal selection fraction.
Cost per genotype in units of raising individual
Marker spacing in Morgans
Genome size in Morgans
Cross type, "bc" or "f2"
Saunak Sen
The function optimize is used to search for the optima.
optimize
Sen S, Satagopan JM, Churchill GA (2005) Quantitative trait locus study design from an information perspective. Genetics, 170:447-64.
optselection(1,cross="bc") optselection(0.001,10,1450,cross="bc") optselection(0.001,10,1450,cross="f2")
Run the code above in your browser using DataLab